Bump eu.maveniverse.maven.nisse:extension3 from 0.9.10 to 0.9.11 - #56501
Bump eu.maveniverse.maven.nisse:extension3 from 0.9.10 to 0.9.11#56501dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [eu.maveniverse.maven.nisse:extension3](https://github.com/maveniverse/nisse) from 0.9.10 to 0.9.11. - [Release notes](https://github.com/maveniverse/nisse/releases) - [Commits](maveniverse/nisse@release-0.9.10...release-0.9.11) --- updated-dependencies: - dependency-name: eu.maveniverse.maven.nisse:extension3 dependency-version: 0.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs | Build scan |
|---|---|---|---|---|---|---|
| ❌ | Quickstarts - JDK 25 | Test Impacted Quickstarts |
Failures | Logs | Raw logs | 🚧 |
You can consult the Develocity build scans.
Failures
⚙️ Quickstarts - JDK 25 #
- Failing: amazon-dynamodb-quickstart amazon-kms-quickstart amazon-s3-quickstart and 5 more
📦 amazon-dynamodb-quickstart
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.6:test (default-test) on project amazon-dynamodb-quickstart:
See /home/runner/_work/quarkus/quarkus/quarkus-quickstarts/amazon-dynamodb-quickstart/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
📦 amazon-kms-quickstart
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.6:test (default-test) on project amazon-kms-quickstart:
See /home/runner/_work/quarkus/quarkus/quarkus-quickstarts/amazon-kms-quickstart/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
📦 amazon-s3-quickstart
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.6:test (default-test) on project amazon-s3-quickstart:
See /home/runner/_work/quarkus/quarkus/quarkus-quickstarts/amazon-s3-quickstart/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
📦 amazon-ses-quickstart
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.6:test (default-test) on project amazon-ses-quickstart:
See /home/runner/_work/quarkus/quarkus/quarkus-quickstarts/amazon-ses-quickstart/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
📦 amazon-sns-quickstart
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.6:test (default-test) on project amazon-sns-quickstart:
See /home/runner/_work/quarkus/quarkus/quarkus-quickstarts/amazon-sns-quickstart/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
📦 amazon-sqs-connector-quickstart
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.6:test (default-test) on project amazon-sqs-connector-quickstart:
See /home/runner/_work/quarkus/quarkus/quarkus-quickstarts/amazon-sqs-connector-quickstart/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
📦 amazon-sqs-quickstart
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.6:test (default-test) on project amazon-sqs-quickstart:
See /home/runner/_work/quarkus/quarkus/quarkus-quickstarts/amazon-sqs-quickstart/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
📦 amazon-ssm-quickstart
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.6:test (default-test) on project amazon-ssm-quickstart:
See /home/runner/_work/quarkus/quarkus/quarkus-quickstarts/amazon-ssm-quickstart/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
Flaky tests - Develocity
⚙️ JVM Integration Tests - JDK 25 Semeru
📦 integration-tests/keycloak-authorization
❌ io.quarkus.it.keycloak.StaticTenantConfigPolicyEnforcerTest.testUserHasSuperUserRoleWebTenantWithMatrix - History
expected: <true> but was: <false>-org.opentest4j.AssertionFailedError
Details
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at io.quarkus.it.keycloak.AbstractPolicyEnforcerTest.testWebAppTenantAllowed(AbstractPolicyEnforcerTest.java:128)
at io.quarkus.it.keycloak.AbstractPolicyEnforcerTest.testUserHasSuperUserRoleWebTenantWithMatrix(AbstractPolicyEnforcerTest.java:110)
at java.base/java.lang.reflect.Method.invoke(Method.java:571)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1005)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:852)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
📦 integration-tests/rest-client
❌ io.quarkus.it.rest.client.selfsigned.ExternalSelfSignedTestCase.javaxNetSsl - History
1 expectation failed. Expected status code <200> but was <500>.-java.lang.AssertionError
Details
java.lang.AssertionError:
1 expectation failed.
Expected status code <200> but was <500>.
at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:344)
at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:516)
at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:344)
at io.restassured.internal.ResponseSpecificationImpl.validateResponseIfRequired(ResponseSpecificationImpl.groovy:714)
|
The quickstarts are failing because of |
|
The class was removed in #56260 |
|
It seems that the Amazon extensions still use |
Bumps eu.maveniverse.maven.nisse:extension3 from 0.9.10 to 0.9.11.
Release notes
Sourced from eu.maveniverse.maven.nisse:extension3's releases.
Commits
96212ad[maven-release-plugin] prepare release release-0.9.11 [skip ci]f3f627fWhen appendBranchName=true an exception is thrown on a detached head (#210)d9ed5e7The dump-properties Mojo should not require project950ba7dBump to ToolRunner 0.4.23b96ccb[maven-release-plugin] prepare for next development iterationYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)